type github.com/jackc/pgx/v5/pgtype.wrapAnyStructEncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1772: 		return &wrapAnyStructEncodePlan{}, w, true
		pgtype.go#L1778: type wrapAnyStructEncodePlan struct {
		pgtype.go#L1782: func (plan *wrapAnyStructEncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1784: func (plan *wrapAnyStructEncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {